home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Painters Painting
/
Painters Painting (1996)(Voyager)[Mac-PC].iso
/
pc
/
pstart.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1996-04-19
|
282b
|
11 lines
global qtproblem,discproblem
on enterframe
if qtproblem = true and discproblem = true then go frame "PCBoth"
if qtproblem = true and discproblem <> true then go frame "PCQT"
if qtproblem <> true and discproblem = true then go frame "PCDisc"
end
on exitFrame
end